From c8e1f2f26584d4ef2767fa82fb54dc2c98bc6813 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 23 Jul 2012 13:09:37 +0100 Subject: [PATCH] xl: remove stray timer mode debug print Reported-by: Andre Przywara Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Campbell --- tools/libxl/xl_cmdimpl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index e2aa8592bc..84909fff1d 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -836,7 +836,6 @@ static void parse_config_data(const char *config_source, } b_info->u.hvm.timer_mode = l; } else if (!xlu_cfg_get_string(config, "timer_mode", &buf, 0)) { - fprintf(stderr, "got a timer mode string: \"%s\"\n", buf); if (libxl_timer_mode_from_string(buf, &b_info->u.hvm.timer_mode)) { fprintf(stderr, "ERROR: invalid value \"%s\" for \"timer_mode\"\n", buf); -- 2.30.2